home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / L330_523.PPD < prev    next >
Text File  |  1991-12-05  |  20KB  |  439 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Linotype" version 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 016575 or 017013
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 5 June 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Linotype)"
  20. *PSVersion: "(52.3) 508"
  21. *NickName: "Linotronic 330 v52.3"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "1068498"
  25. *ColorDevice: False
  26. *VariablePaperSize: True
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save
  30.   /initializedisk where{pop(True)}{(False)} ifelse = flush
  31. restore"
  32. *End
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true 
  37.   }{
  38.     dup    % potential password
  39.     statusdict begin checkpassword end not 
  40.   } ifelse 
  41.   {  %  if no password or not valid 
  42.     (WARNING : Cannot perform the exitserver command.) = 
  43.     (Password supplied is not valid.) = 
  44.     (Please contact the author of this software.) = flush
  45.     quit 
  46.   } if 
  47.   serverdict begin exitserver
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true 
  54.   }{
  55.     dup    % potential password
  56.     statusdict begin checkpassword end not 
  57.   } ifelse 
  58.   {  %  if no password or not valid 
  59.     (WARNING : Cannot reset printer.) = 
  60.     (Password supplied is not valid.) = 
  61.     (Please contact the author of this software.) = flush
  62.     quit 
  63.   } if 
  64.   serverdict begin exitserver
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 1270dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "99.7806"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  90. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *% Paper Handling ===================
  101.  
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion or PaperTray.
  104. *DefaultPageSize: Letter
  105. *PageSize Letter: "letter"
  106. *PageSize Legal: "legal"
  107. *PageSize Ledger: "ledger"
  108. *PageSize Tabloid: "11x17"
  109. *PageSize A3: "a3"
  110. *PageSize A4: "a4"
  111. *PageSize A5: "a5"
  112. *PageSize B5: "b5"
  113. *PageSize Letter.Transverse: "Letter"
  114. *PageSize A4.Transverse: "A4"
  115. *PageSize A5.Transverse: "A5"
  116. *PageSize B5.Transverse: "B5"
  117.  
  118. *?PageSize: "
  119.   save
  120.     /d0 5 dict def d0 begin
  121.       /420_596      (A5.Transverse) def
  122.       /499_709      (B5.Transverse) def
  123.       /596_840      (A4.Transverse) def
  124.       /612_792      (Letter.Transverse) def
  125.       /1224_792     (Ledger) def
  126.       end
  127.     /d1 7 dict def d1 begin
  128.       /596_420      (A5) def
  129.       /709_499      (B5) def
  130.       /792_612      (Letter) def
  131.       /842_596      (A4) def
  132.       /1008_612     (Legal) def
  133.       /1191_840     (A3) def
  134.       /1224_792     (Tabloid) def
  135.       end
  136.     statusdict begin pageparams end
  137.     4 1 roll pop
  138.     /high exch 10 string cvs dup length /hlen exch def def
  139.     /wide exch 10 string cvs def
  140.     /key hlen 1 add wide length add string def
  141.     key 0 high putinterval
  142.     key hlen (_) putinterval
  143.     key hlen 1 add wide putinterval
  144.     0 eq{d0}{d1}ifelse
  145.     key cvn{get}stopped{(Unknown)}if
  146.     = flush
  147.   restore
  148. "
  149. *End
  150.  
  151. *% These entries will set up the frame buffer. Usually used with manual feed.
  152. *DefaultPageRegion: Letter
  153. *PageRegion Letter: "letter"
  154. *PageRegion Legal: "legal"
  155. *PageRegion Note: "note"
  156. *PageRegion Ledger: "ledger"
  157. *PageRegion Tabloid: "11x17"
  158. *PageRegion A3: "a3"
  159. *PageRegion A4: "a4"
  160. *PageRegion A5: "a5"
  161. *PageRegion B5: "b5"
  162. *PageRegion Letter.Transverse: "Letter"
  163. *PageRegion A4.Transverse: "A4"
  164. *PageRegion A5.Transverse: "A5"
  165. *PageRegion B5.Transverse: "B5"
  166.  
  167. *% The following entries provide information about specific paper keywords.
  168. *DefaultImageableArea: Letter
  169. *ImageableArea Letter: "0 1 612 792 "
  170. *ImageableArea Legal: "0 1 612 1008 "
  171. *ImageableArea Ledger: "0 0 1223 792 "
  172. *ImageableArea Tabloid: "0 1 792 1224 "
  173. *ImageableArea A3: "0 1 840 1191 "
  174. *ImageableArea A4: "0 1 596 842 "
  175. *ImageableArea A5: "0 1 420 596 "
  176. *ImageableArea B5: "0 1 499 709 "
  177. *ImageableArea Letter.Transverse: "0 0 611 792 "
  178. *ImageableArea A4.Transverse: "0 0 595 840 "
  179. *ImageableArea A5.Transverse: "0 0 419 596 "
  180. *ImageableArea B5.Transverse: "0 0 498 709 "
  181. *?ImageableArea: "
  182.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  183.   newpath clippath pathbbox
  184.   4 -2 roll exch 2 {ceiling cvp} repeat
  185.   exch 2 {floor cvp} repeat flush
  186.  restore
  187. "
  188. *End
  189.  
  190. *% These provide the physical dimensions of the paper (by keyword)
  191. *DefaultPaperDimension: Letter
  192. *PaperDimension Letter: "612 792"
  193. *PaperDimension Legal: "612 1008"
  194. *PaperDimension Ledger: "1224 792"
  195. *PaperDimension Tabloid: "792 1224"
  196. *PaperDimension A3: "842 1190"
  197. *PaperDimension A4: "595 842"
  198. *PaperDimension A5: "420 595"
  199. *PaperDimension B5: "516 729"
  200. *PaperDimension Letter.Transverse: "792 612"
  201. *PaperDimension A4.Transverse: "842 595"
  202. *PaperDimension A5.Transverse: "595 420"
  203. *PaperDimension B5.Transverse: "729 516"
  204.  
  205. *DefaultOutputOrder: Normal
  206.  
  207. *% Font Information =====================
  208.  
  209. *DefaultFont: Courier
  210. *Font Courier: Standard "(002.002)"
  211. *Font Courier-Bold: Standard "(002.002)"
  212. *Font Courier-BoldOblique: Standard "(002.002)"
  213. *Font Courier-Oblique: Standard "(002.002)"
  214. *Font Helvetica: Standard "(001.006)"
  215. *Font Helvetica-Bold: Standard "(001.007)"
  216. *Font Helvetica-BoldOblique: Standard "(001.007)"
  217. *Font Helvetica-Narrow: Standard "(001.006)"
  218. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  219. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  220. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  221. *Font Helvetica-Oblique: Standard "(001.006)"
  222. *Font Symbol: Special "(001.003)"
  223. *Font Times-Bold: Standard "(001.007)"
  224. *Font Times-BoldItalic: Standard "(001.009)"
  225. *Font Times-Italic: Standard "(001.007)"
  226. *Font Times-Roman: Standard "(001.007)"
  227.  
  228. *?FontQuery: "
  229. save  4 dict begin /sv exch def
  230. /str (fonts/                              ) def
  231. /st2 128 string def
  232. {
  233.   count 0 gt {
  234.     dup st2 cvs (/) print print (:) print
  235.     dup FontDirectory exch known {pop (Yes)}{
  236.      str exch st2 cvs dup length /len exch def
  237.      6 exch putinterval str 0 len 6 add getinterval mark exch
  238.      { } st2 filenameforall counttomark 0 gt {
  239.       cleartomark (Yes)}{cleartomark (No)}ifelse
  240.     }ifelse = flush
  241.   }{ exit } ifelse
  242. } bind loop
  243. (*) = flush
  244. sv end restore
  245. "
  246. *End
  247.  
  248. *?FontList: "
  249. save  2 dict begin /sv exch def
  250. /str 128 string def
  251. FontDirectory { pop == } bind forall flush
  252. /filenameforall where { 
  253.  pop save (fonts/*) { 
  254.   dup length 6 sub 6 exch getinterval cvn == 
  255.  } bind str filenameforall flush restore
  256. } if 
  257. (*) = flush
  258. sv end restore
  259. "
  260. *End
  261.  
  262. *% Printer Messages (verbatim from printer):
  263. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  264. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  265. *Message: "\FontName\ not found, using Courier"
  266.  
  267. *% Status (format: %%[ status: <one of these> ]%% )
  268. *Status: "idle"
  269. *Status: "busy"
  270. *Status: "waiting"
  271. *Status: "printing"
  272. *Status: "warming up"
  273. *Status: "PrinterError: recorder idle"
  274. *Status: "PrinterError: recorder busy"
  275. *Status: "PrinterError: recorder offline or film problem"
  276. *Status: "PrinterError: recorder not responding"
  277. *Status: "PrinterError: cassette full"
  278. *Status: "PrinterError: recorder active"
  279. *Status: "PrinterError: knife not in end position"
  280. *Status: "PrinterError: cassette error"
  281. *Status: "PrinterError: change cassette"
  282. *Status: "PrinterError: knife error"
  283. *Status: "PrinterError: no cassette"
  284. *Status: "PrinterError: end of film"
  285. *Status: "PrinterError: halt at end of job"
  286.  
  287. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  288. *Source: "serial9"
  289. *Source: "serial25"
  290. *Source: "AppleTalk"
  291. *Source: "Centronics"
  292. *Source: "other"
  293.  
  294. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  295. *PrinterError: "recorder idle"
  296. *PrinterError: "recorder busy"
  297. *PrinterError: "recorder offline or film problem"
  298. *PrinterError: "recorder not responding"
  299. *PrinterError: "cassette full"
  300. *PrinterError: "recorder active"
  301. *PrinterError: "knife not in end position"
  302. *PrinterError: "cassette error"
  303. *PrinterError: "change cassette"
  304. *PrinterError: "knife error"
  305. *PrinterError: "no cassette"
  306. *PrinterError: "end of film"
  307. *PrinterError: "halt at end of job"
  308.  
  309. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  310.  
  311. *% Color Separation Information =====================
  312.  
  313. *DefaultColorSep: ProcessBlack.101lpi.1270dpi/101 lpi / 1270 dpi
  314.  
  315. *InkName: ProcessBlack/Process Black
  316. *InkName: CustomColor/Custom Color
  317. *InkName: ProcessCyan/Process Cyan
  318. *InkName: ProcessMagenta/Process Magenta
  319. *InkName: ProcessYellow/Process Yellow
  320.  
  321. *%  For 198 lpi / 3386 dpi
  322. *ColorSepScreenAngle ProcessBlack.198lpi.3386dpi/198 lpi / 3386 dpi: "45.0"
  323. *ColorSepScreenAngle CustomColor.198lpi.3386dpi/198 lpi / 3386 dpi: "45.0"
  324. *ColorSepScreenAngle ProcessCyan.198lpi.3386dpi/198 lpi / 3386 dpi: "18.435"
  325. *ColorSepScreenAngle ProcessMagenta.198lpi.3386dpi/198 lpi / 3386 dpi: "71.5651"
  326. *ColorSepScreenAngle ProcessYellow.198lpi.3386dpi/198 lpi / 3386 dpi: "0.0"
  327.  
  328. *ColorSepScreenFreq ProcessBlack.198lpi.3386dpi/198 lpi / 3386 dpi: "199.644"
  329. *ColorSepScreenFreq CustomColor.198lpi.3386dpi/198 lpi / 3386 dpi: "199.644"
  330. *ColorSepScreenFreq ProcessCyan.198lpi.3386dpi/198 lpi / 3386 dpi: "178.562"
  331. *ColorSepScreenFreq ProcessMagenta.198lpi.3386dpi/198 lpi / 3386 dpi: "178.562"
  332. *ColorSepScreenFreq ProcessYellow.198lpi.3386dpi/198 lpi / 3386 dpi: "188.214"
  333.  
  334. *%  For 101 lpi / 2540 dpi
  335. *ColorSepScreenAngle ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
  336. *ColorSepScreenAngle CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "45.0"
  337. *ColorSepScreenAngle ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "18.4349"
  338. *ColorSepScreenAngle ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "71.5651"
  339. *ColorSepScreenAngle ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "0.0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
  342. *ColorSepScreenFreq CustomColor.101lpi.2540dpi/101 lpi / 2540 dpi: "89.803"
  343. *ColorSepScreenFreq ProcessCyan.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
  344. *ColorSepScreenFreq ProcessMagenta.101lpi.2540dpi/101 lpi / 2540 dpi: "100.402"
  345. *ColorSepScreenFreq ProcessYellow.101lpi.2540dpi/101 lpi / 2540 dpi: "94.074"
  346.  
  347. *%  For 132 lpi / 2540 dpi
  348. *ColorSepScreenAngle ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
  349. *ColorSepScreenAngle CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "45.0"
  350. *ColorSepScreenAngle ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "18.4349"
  351. *ColorSepScreenAngle ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "71.565"
  352. *ColorSepScreenAngle ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "0.0"
  353.  
  354. *ColorSepScreenFreq ProcessBlack.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
  355. *ColorSepScreenFreq CustomColor.132lpi.2540dpi/132 lpi / 2540 dpi: "119.737"
  356. *ColorSepScreenFreq ProcessCyan.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
  357. *ColorSepScreenFreq ProcessMagenta.132lpi.2540dpi/132 lpi / 2540 dpi: "133.871"
  358. *ColorSepScreenFreq ProcessYellow.132lpi.2540dpi/132 lpi / 2540 dpi: "127.0"
  359.  
  360. *%  For 157 lpi / 2540 dpi
  361. *ColorSepScreenAngle ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
  362. *ColorSepScreenAngle CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "45.0"
  363. *ColorSepScreenAngle ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "29.74"
  364. *ColorSepScreenAngle ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "66.8"
  365. *ColorSepScreenAngle ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "0.0"
  366.  
  367. *ColorSepScreenFreq ProcessBlack.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
  368. *ColorSepScreenFreq CustomColor.157lpi.2540dpi/157 lpi / 2540 dpi: "163.271"
  369. *ColorSepScreenFreq ProcessCyan.157lpi.2540dpi/157 lpi / 2540 dpi: "157.531"
  370. *ColorSepScreenFreq ProcessMagenta.157lpi.2540dpi/157 lpi / 2540 dpi: "166.751"
  371. *ColorSepScreenFreq ProcessYellow.157lpi.2540dpi/157 lpi / 2540 dpi: "158.75"
  372.  
  373. *%  For 112 lpi / 2032 dpi
  374. *ColorSepScreenAngle ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
  375. *ColorSepScreenAngle CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "45.0"
  376. *ColorSepScreenAngle ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "18.4349"
  377. *ColorSepScreenAngle ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "71.565"
  378. *ColorSepScreenAngle ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "0.0"
  379.  
  380. *ColorSepScreenFreq ProcessBlack.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
  381. *ColorSepScreenFreq CustomColor.112lpi.2032dpi/112 lpi / 2032 dpi: "119.634"
  382. *ColorSepScreenFreq ProcessCyan.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
  383. *ColorSepScreenFreq ProcessMagenta.112lpi.2032dpi/112 lpi / 2032 dpi: "107.188"
  384. *ColorSepScreenFreq ProcessYellow.112lpi.2032dpi/112 lpi / 2032 dpi: "112.776"
  385.  
  386. *%  For 89 lpi / 1693 dpi
  387. *ColorSepScreenAngle ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
  388. *ColorSepScreenAngle CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "45.0"
  389. *ColorSepScreenAngle ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "18.4349"
  390. *ColorSepScreenAngle ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "71.5651"
  391. *ColorSepScreenAngle ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "0.0"
  392.  
  393. *ColorSepScreenFreq ProcessBlack.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
  394. *ColorSepScreenFreq CustomColor.89lpi.1693dpi/89 lpi / 1693 dpi: "79.809"
  395. *ColorSepScreenFreq ProcessCyan.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
  396. *ColorSepScreenFreq ProcessMagenta.89lpi.1693dpi/89 lpi / 1693 dpi: "89.229"
  397. *ColorSepScreenFreq ProcessYellow.89lpi.1693dpi/89 lpi / 1693 dpi: "84.65"
  398.  
  399. *%  For 132 lpi / 1693 dpi
  400. *ColorSepScreenAngle ProcessBlack.132lpi.1693dpi/132 lpi / 1693 dpi: "45.0"
  401. *ColorSepScreenAngle CustomColor.132lpi.1693dpi/132 lpi / 1693 dpi: "45.0"
  402. *ColorSepScreenAngle ProcessCyan.132lpi.1693dpi/132 lpi / 1693 dpi: "18.4349"
  403. *ColorSepScreenAngle ProcessMagenta.132lpi.1693dpi/132 lpi / 1693 dpi: "71.5651"
  404. *ColorSepScreenAngle ProcessYellow.132lpi.1693dpi/132 lpi / 1693 dpi: "0.0"
  405.  
  406. *ColorSepScreenFreq ProcessBlack.132lpi.1693dpi/132 lpi / 1693 dpi: "119.713"
  407. *ColorSepScreenFreq CustomColor.132lpi.1693dpi/132 lpi / 1693 dpi: "119.713"
  408. *ColorSepScreenFreq ProcessCyan.132lpi.1693dpi/132 lpi / 1693 dpi: "133.843"
  409. *ColorSepScreenFreq ProcessMagenta.132lpi.1693dpi/132 lpi / 1693 dpi: "133.843"
  410. *ColorSepScreenFreq ProcessYellow.132lpi.1693dpi/132 lpi / 1693 dpi: "130.256"
  411.  
  412. *%  For 101 lpi / 1270 dpi
  413. *ColorSepScreenAngle ProcessBlack.101lpi.1270dpi/101 lpi / 1270 dpi: "45.0"
  414. *ColorSepScreenAngle CustomColor.101lpi.1270dpi/101 lpi / 1270 dpi: "45.0"
  415. *ColorSepScreenAngle ProcessCyan.101lpi.1270dpi/101 lpi / 1270 dpi: "18.4349"
  416. *ColorSepScreenAngle ProcessMagenta.101lpi.1270dpi/101 lpi / 1270 dpi: "71.5651"
  417. *ColorSepScreenAngle ProcessYellow.101lpi.1270dpi/101 lpi / 1270 dpi: "0.0"
  418.  
  419. *ColorSepScreenFreq ProcessBlack.101lpi.1270dpi/101 lpi / 1270 dpi: "89.803"
  420. *ColorSepScreenFreq CustomColor.101lpi.1270dpi/101 lpi / 1270 dpi: "89.803"
  421. *ColorSepScreenFreq ProcessCyan.101lpi.1270dpi/101 lpi / 1270 dpi: "100.402"
  422. *ColorSepScreenFreq ProcessMagenta.101lpi.1270dpi/101 lpi / 1270 dpi: "100.402"
  423. *ColorSepScreenFreq ProcessYellow.101lpi.1270dpi/101 lpi / 1270 dpi: "97.692"
  424.  
  425. *%  For 109 lpi / 1270 dpi
  426. *ColorSepScreenAngle ProcessBlack.109lpi.1270dpi/109 lpi / 1270 dpi: "45.0"
  427. *ColorSepScreenAngle CustomColor.109lpi.1270dpi/109 lpi / 1270 dpi: "45.0"
  428. *ColorSepScreenAngle ProcessCyan.109lpi.1270dpi/109 lpi / 1270 dpi: "19.983"
  429. *ColorSepScreenAngle ProcessMagenta.109lpi.1270dpi/109 lpi / 1270 dpi: "70.017"
  430. *ColorSepScreenAngle ProcessYellow.109lpi.1270dpi/109 lpi / 1270 dpi: "0.0"
  431.  
  432. *ColorSepScreenFreq ProcessBlack.109lpi.1270dpi/109 lpi / 1270 dpi: "128.289"
  433. *ColorSepScreenFreq CustomColor.109lpi.1270dpi/109 lpi / 1270 dpi: "128.289"
  434. *ColorSepScreenFreq ProcessCyan.109lpi.1270dpi/109 lpi / 1270 dpi: "108.503"
  435. *ColorSepScreenFreq ProcessMagenta.109lpi.1270dpi/109 lpi / 1270 dpi: "108.503"
  436. *ColorSepScreenFreq ProcessYellow.109lpi.1270dpi/109 lpi / 1270 dpi: "115.455"
  437.  
  438. *% end of PPD file for Linotype